ExpandRelations

data class ExpandRelations(val relations: String? = null)

This allows a Record's relations to be expanded and added to the response.

Parameters

relations

See the Pocketbase website for a guide on how to format the relations.

Constructors

Link copied to clipboard
constructor(relations: String? = null)

Properties

Link copied to clipboard
val relations: String? = null

Functions

Link copied to clipboard
fun addTo(params: <Error class: unknown class>)

Adds the current ExpandRelations to a request's parameters